<style>
* {box-sizing: border-box}

/* MY BETS SCROLL NAVIGATION MENU */
.mybets-scroll {
	white-space: nowrap;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.mybets-scroll::-webkit-scrollbar {
	display: none;
}

.mybets-tab {
	min-width: 100%;
	max-width: auto;
	font-weight: bold;
	background-color: #3b3b3b;
	color: #b8b6b5;
	float: center;
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 15px;
	margin: 0 0 0 0;
	display: inline-flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
}

.mybets-tab button {
	width: auto;
	min-width: 80px;
	color: #b8b6b5;
	border-radius: 5px;
	background-color: #3b3b3b;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 7px 8px;
	transition: 0.3s;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 5px 5px 5px;
}

.mybets-tab button:hover {
	font-weight: bold;
	color: #e5e3e3;
	background-color: #4c4c4b;
	border-radius: 5px;
}

.mybets-tab button.active {
	background-color: #333;
	color: #eabd31;
	border-radius: 5px;
}

.mybets-tabcontent {
	border: none;
    display: none;
    padding: 5px 5px;
    /* margin: 5px 5px 5px 5px; */
    width: 100%;
    max-width: 1024px;
    margin: auto;
}

/* BETSLIPS - Collapsible CSS part */

.collapsible {
	border: none;
	background-color: #4c4c4c;
	cursor: pointer;
	padding: 2px;
	width: 100%;
	margin-top: 0px;
}

.active, .collapsible:hover {
	background-color: none;
}

.collapsible:after {
    content: '\23F5';
    color: #b8b6b5;
    font-weight: bold;
    float: left;
    font-size: 16px;
    margin-top: -36px;
    padding: 4px 5px 4px 5px;
    border-right: 1px solid #4c4c4b;
}

.collapsible.active:after {
	content: "\23F7";
    color: #b8b6b5;
}

.mybets-content {
	display: none;
	overflow: hidden;
	transition: max-height 0.5s ease-out;
	margin-top: -3px;
}

.th-BetslipHeader {
	border: none;
	background-color: #5d5d5c;
	font-weight: bold;
	width: 100%;
}

.th-SlipSelection {
	border: collapse;
	background-color: #4c4c4b;
	width: 100%;
	border-bottom: 1px solid #5d5d5c;
}

.th-BetslipFooter {
	/* border: 2px solid #4c4c4c; */
	background-color: #acacab;
	/* font-weight: bold; */
	/* border-radius: 0px 0px 3px 3px; */
	/* padding: 2px 3px 2px 3px; */
	width: 100%;
	margin-bottom: 3px;
}

.td-BetslipType {
	width: 40%;
	color: #fbfafa;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	padding: 0px 0px 0px 35px;
}

.td-BetslipStatus {
	width: 60%;
	color: #fbfafa;
	font-size: 17px;
	text-align: right;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
}

#BetslipStake {
	width: auto;
	color: #acacab;
	font-size: 12px;
	font-weight: normal;
	padding-left: 35px;
	text-align: left;
}

#BetslipWinning {
	width: auto;
	color: #acacab;
	font-size: 12px;
	font-weight: normal;
	padding-right: 10px;
	text-align: right;
}

#StakeAmount {
	width: auto;
	color: #eabd31;
	font-size: 12px;
	font-weight: bold;
}

#WinningAmount {
	width: auto;
	color: #eabd31;
	font-size: 12px;
	font-weight: bold;
}

#AmountCurrency {
	width: auto;
	color: #eabd31;
	font-size: 12px;
	font-weight: bold;
}

.td-Outcome {
	width: 70%;
	color: #fbfafa;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 0px 3px 10px;
	border: none;
}

.td-OutcomeOdd {
	width: 30%;
	color: #fbfafa;
	text-align: right;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 10px 3px 0px;
}

/*
.td-OutcomeStatus {
	width: 25%;
	color: #ffffff;
	text-align: right;
	font-size: 10px;
	font-weight: normal;
	padding-top: 3px;
	border: none;
}
*/

.td-Market {
	width: 100%;
	color: #eabd31;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	padding: 3px 10px 0px 10px;
}

.td-Event {
	width: 100%;
	color: #acacab;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	padding: 3px 10px 0px 10px;
}

.td-EventTimeResult {
	width: 100%;
	color: #acacab;
	text-align: right;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	border: none;
	padding: 3px 10px 3px 10px;
}

.BetslipDetails {
	width: 50%;
	line-height: 10px;
	color: #393939;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding: 3px 10px 3px 10px;
}

.eventID:link {
	color: #acacab;
	background-color: transparent;
	text-decoration: none;
}

.eventID:visited {
	color: #acacab;
	background-color: transparent;
	text-decoration: none;
}

.eventID:hover {
	color: #ede7e7;
	background-color: transparent;
	text-decoration: none;
}

/* Cash Out Button */
.td-CashOutButton {
	background-color: #4c4c4c;
	width: auto;
	padding: 3px 10px 3px 10px;
	font-size: 15x;
	margin-top: -3px;
	margin-bottom: 3px;
}

.CashOutButtonActive {
	width: 100%;
	height: 100%;
	color: #4a4a4a;
	background-color: #e9c134;
	font-family: 'Trebuchet MS';
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	border: 1px solid #1f1f1f;
	border-radius: 5px 5px 5px 5px;
	display: inline-block;
	cursor: pointer;
	white-space: nowrap;
}

.CashOutButtonActive:hover {
	background-color: #d8b333;
}

.CashOutButtonInactive {
	width: 100%;
	height: 100%;
	color: #4a4a4a;
	background-color: #acacab;
	font-family: 'Trebuchet MS';
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	border: 1px solid #1f1f1f;
	border-radius: 5px 5px 5px 5px;
	display: inline-block;
	cursor: pointer;
	white-space: nowrap;
}

.cash-out-button-inactive:hover {
	background-color: #acacab;
	color: #4a4a4a;
}

/* MY BETS SCROLL NAVIGATION MENU */

.MyBets-Menu {
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	height: auto;
	background-color: #3b3b3b;
    width: 100%;
    max-width: 1024px;
    margin: auto;
}

.MyBets-Menu-Tab {
	width: 100%;
    color: #b8b6b5;
    display: inline-flex;
	padding: 3px 3px;
}

.MyBets-Menu-Tab button {
	width: 100%;
	border-radius: 5px;
	background-color: #3b3b3b;
	float: left;
	border: none;
	cursor: pointer;
	padding: 5px 0px;
	/* transition: 0.3s; */
	font-size: 15px;
	font-weight: bold;
	margin: 1px;
	border: 1px solid #3b3b3b;
}

.MyBets-Menu-Tab button:hover {
	color: #e5e3e3;
}

.MyBets-Menu-Tab button.active {
	color: #eabd31;
	background-color: #333;
	border: 1px solid #4c4c4b;
}

.Open-tabcontent, .Settled-tabcontent {  /* mybets-tabcontent */
	border: none;
	display: none;
	padding: 0px 0px;
	/* margin: 5px 5px 5px 5px; */
	background-color: #3b3b3b;
}

.MyBets-Scroll { /* mybets-scroll */
	white-space: nowrap;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.MyBets-Scroll::-webkit-scrollbar {
	display: none;
}

.Open-Nav-Tab, .Settled-Nav-Tab { /* mybets-tab */
	width: 100%;
    color: #b8b6b5;
    display: inline-flex;
    padding: 3px 5px;
}

.Open-Nav-Tab button, .Settled-Nav-Tab button {
	/* width: 100%; */
	/* min-width: 80px; */
	color: #b8b6b5;
	border-radius: 5px;
	background-color: #3b3b3b;
	text-align: center;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 5px 10px;
	transition: 0.3s;
	font-size: 15px;
	font-weight: bold;
	/* margin: 5px 5px 5px 5px; */
}

.Open-Nav-Tab button:hover, Settled-Nav-Tab button:hover {
	font-weight: bold;
	color: #e5e3e3;
	border-radius: 5px;
	background-color: #5b5b5b;
}

.Open-Nav-Tab button.active, Settled-Nav-Tab button.active {
	background-color: #333;
	color: #eabd31;
	border-radius: 5px;
}

.Open-tablinks, .Settled-tablinks { /* tablinks or tablinks-open */
    background-color: #3b3b3b;
    border: none;
}

.tabcontent, mybets-tabcontent, {
	display: none;
	padding: 0px 5px;
	background-color: #3b3b3b;
}

.tabcontent.active {
	display: block;
}

.subtab-links {
	padding: 5px 16px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    color: #b8b6b5;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 5px;
	border-radius: 5px;
}

.subtab-links:hover {
	color: #f1c40f;
}

.subtab-links.active {
	/* background-color: #555; */
	color: #f1c40f;
}

.subtab-content {
	display: none;
	/* background-color: #3b3b3b; */
	/* margin-bottom: 3px; */
}

.subtab-content.active {
	display: block;
}

.slip-icon {
	margin: 0 10px 0 10px;
	font-size: 16px;
	position: relative;
}

.selection-icon {
	margin: 0 5px 0 0;
	font-size: 14px;
	position: relative;
}

.fa-clock-o {
	color: #6cbbeb;
}

.fa-check-circle {
	color: #3ecd44;
}

.fa-arrow-circle-right {
	color: #e9c134;
}

.fa-minus-circle {
	color: #acacab;
}

.fa-times-circle {
	color: #e77e7e;
}

</style>

